Add subobjects containing expression, dimensional reduction, or other
containerized data to a Seurat object. Subobjects can be
accessed with [[ and manipulated directly within
the Seurat object or used independently
# S4 method for Seurat,character,missing,StdAssay
[[(x, i, j, ...) <- valuex with value added as i
A Seurat object
Name to add subobject as
Ignored
Ignored
A valid subobject (eg. a v3 or v5 assay, or a dimensional reduction)
See here for pulling subobjects using [[,
here for adding metadata with [[<-, and
here for removing subobjects and cell-level meta
data with [[<-
Seurat object, validity, and interaction methods
$.Seurat(),
Seurat-class,
Seurat-validity,
[[.Seurat(),
[[<-,Seurat,NULL,
dim.Seurat(),
dimnames.Seurat(),
merge.Seurat(),
names.Seurat(),
subset.Seurat()